From 63ac5a7944dadcf071105937206f9a05cfa51024 Mon Sep 17 00:00:00 2001 From: Alex Williamson Date: Mon, 2 Jul 2007 14:29:36 -0600 Subject: [PATCH] [IA64] Typo fix Signed-off-by: Alex Williamson --- tools/ioemu/vl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/ioemu/vl.h b/tools/ioemu/vl.h index 313a23625d..55ee261dc9 100644 --- a/tools/ioemu/vl.h +++ b/tools/ioemu/vl.h @@ -1504,7 +1504,7 @@ static inline void xc_domain_shutdown_hook(int xc_handle, uint32_t domid) xc_ia64_save_to_nvram(xc_handle, domid); } #else -#define xc_domain_shutdown_hook(xc_handle. domid) do {} while (0) +#define xc_domain_shutdown_hook(xc_handle, domid) do {} while (0) #endif #endif /* VL_H */ -- 2.30.2